| EXIFinfo.!help
|
| The help file is provided in three formats: EasiWriter, HTML and
| plain text (in order of priority). The EasiWriter file can also be
| viewed with Writer, supplied with RISC OS 4.

set EXIFinfo$helpfile "help/txt"
if "<Alias$@RunType_FAF>"<>"" then set EXIFinfo$helpfile "help/htm"
if "<Alias$@RunType_D01>"<>"" then set EXIFinfo$helpfile "help/ewr"

seteval Alias$EXIhelp "filer_run <obey$dir>.<EXIFinfo$helpfile>"

EXIhelp

unset EXIFinfo$helpfile
unset Alias$EXIhelp
